GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-24T03:08:33.292161+00:00",
"SubmitDate": "2026-01-24T03:08:33.292161+00:00",
"ReportPeriodStart": "2026-01-24T03:08:33.292161+00:00",
"ReportPeriodEnd": "2026-01-24T03:08:33.292161+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "55149d9c-398e-4602-a527-9839f9ef62bf",
"Rows": [
{
"ItemId": "0b1b3069-454a-4d60-b89f-7589e4730cd5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b1b3069-454a-4d60-b89f-7589e4730cd5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "55149d9c-398e-4602-a527-9839f9ef62bf",
"Rows": [
{
"ItemId": "0b1b3069-454a-4d60-b89f-7589e4730cd5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b1b3069-454a-4d60-b89f-7589e4730cd5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b48d9227-0bd1-4ad3-ad75-6da3ca681f64",
"7b5a6bb4-f198-497e-835d-7e499b9b30cc"
],
"Approvers": [
"8d4216b8-0f74-4f43-a15e-dde2e46f0182",
"0bab8333-ccec-44d5-bb33-983113bf470c"
],
"ApprovedBy": "99f3d9d1-a441-47c7-8439-5a53ca84e488",
"ApprovalDate": "2026-01-24T03:08:33.292161+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "eb3fc804-d96d-4ff1-a2e6-add90eb80398",
"id": "0219acec-a092-4746-8c1f-d64d5e556993",
"ConfigId": "4aca6f59-7350-4d3c-8578-b4496f4a5e52"
},
{
"GenerationDate": "2026-01-24T03:08:33.292161+00:00",
"SubmitDate": "2026-01-24T03:08:33.292161+00:00",
"ReportPeriodStart": "2026-01-24T03:08:33.292161+00:00",
"ReportPeriodEnd": "2026-01-24T03:08:33.292161+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "55149d9c-398e-4602-a527-9839f9ef62bf",
"Rows": [
{
"ItemId": "0b1b3069-454a-4d60-b89f-7589e4730cd5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b1b3069-454a-4d60-b89f-7589e4730cd5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "55149d9c-398e-4602-a527-9839f9ef62bf",
"Rows": [
{
"ItemId": "0b1b3069-454a-4d60-b89f-7589e4730cd5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b1b3069-454a-4d60-b89f-7589e4730cd5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b48d9227-0bd1-4ad3-ad75-6da3ca681f64",
"7b5a6bb4-f198-497e-835d-7e499b9b30cc"
],
"Approvers": [
"8d4216b8-0f74-4f43-a15e-dde2e46f0182",
"0bab8333-ccec-44d5-bb33-983113bf470c"
],
"ApprovedBy": "99f3d9d1-a441-47c7-8439-5a53ca84e488",
"ApprovalDate": "2026-01-24T03:08:33.292161+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "eb3fc804-d96d-4ff1-a2e6-add90eb80398",
"id": "0219acec-a092-4746-8c1f-d64d5e556993",
"ConfigId": "4aca6f59-7350-4d3c-8578-b4496f4a5e52"
}
]